home *** CD-ROM | disk | FTP | other *** search
/ Inside Magic / Inside Magic.iso / mac / Inside Magic™ / Inside Magic™.dxr / 02036.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  397 b   |  17 lines

  1. on mouseDown
  2.   global checkforpuppets, speed, gMode, gWhichTrick, gMooVChan, gPerformance
  3.   quickSwitch("symboltrans")
  4.   SoundFinish()
  5.   set gMode to 0
  6.   set checkforpuppets to 1
  7.   allSpritesOff()
  8.   cleanUpRolls()
  9.   haltMovie()
  10.   set speed to 1
  11.   set gWhichTrick to the name of cast the castNum of sprite gMooVChan
  12.   AllVisiblesOff()
  13.   set gPerformance to "Lyd"
  14.   SetBusy()
  15.   play frame "Lyd"
  16. end
  17.